home *** CD-ROM | disk | FTP | other *** search
- On 24-Maj-78, Morten Bolstad smashed the keyboard with:
- > Oki here is a question for you smart coders out there.
-
- That sounds like me ;-)
-
-
- > Isent there a command in Amos that sets up a zone around a txt String??
- > How does it works??
-
- Providing that you use 'print' to put it on screen, you can use 'Zone$'.
- Doing like this should set up a zone no. 1 around the text:
- Print Zone$("Thiz is Zone 1",1)
-
- That's it, you might wanna include 'Border$' to as it will create a 'box'
- around the text:
- Print Zone$(Border$("Zone 1 with border",2),2)..
-
- Oh yes the '2' in Border$ is the style of the border..
-
- Hope it helps..
- --
- Kind regards from
- ______________________________________________________________________________
- /_ __/ __ / __ /\ ___\ __ \__ _\ aka. JENS VANG PETERSEN
- / / / /_/ / ____/ \ \___\ __ \ \ \ top_cat@post8.tele.dk
- /_/ /_____/_/ \_____\_\ \_\ \_\
- ------------------------------------------------------------------------------
- http://home8.inet.tele.dk/top_cat/
- -+- Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO -+-
- -+- SUPPORT - AMOS - AMIGA - AQUA - STARTREK TNG -+-
- ------------------------------------------------------------------------------
- The attention span of a computer is only as long as its power cord.
- ------------------------------------------------------------------------------
-
-
-